home *** CD-ROM | disk | FTP | other *** search
/ GFX Sensations 1 / Graphic Sensations - Volume 1.iso / tools / amiga / utility / dpbuddya.lha / BuddySystem / Text / Page_Size < prev    next >
Encoding:
Text File  |  1980-11-08  |  3.0 KB  |  67 lines

  1.                          Page Size (Picture Menu)
  2.  
  3.               DEMONSTRATION AVAILABLE ->    `Page_Size.sdemo`
  4.  
  5. This displays the "Page Size" requester which allows you to specify the
  6. height and width of the page in pixels.  A Standard page size is always
  7. equal to the current screen resolution.  You can create pages that are
  8. larger than the actual screen display.  These types of images are known as
  9. "SuperBitmaps".
  10.  
  11.      SEE -> `PageSizeReq.pic`
  12.  
  13. The standard page sizes are:
  14.  
  15. Lo-Res     320 x 200
  16. Med-Res    640 x 200
  17. Interlace  320 x 400
  18. Hi-Res     640 x 400  
  19.  
  20. Even though standard Amiga monitors can only display up to limited
  21. resolutions, you can specify any page size up to that which your available
  22. memory will allow.  This is primarily used for printing applications.  For
  23. example, many of today's printers have a high resolution specified as the
  24. number of dots per inch (dpi).  Laser Printers usually have a 300 by 300
  25. dpi resolution.  So, if each pixel is printed as a dot on the printer, and
  26. you printed a Lo-Res 320x200 pixel screen, the image would take up less
  27. than a square inch on the paper.  In order to edit an image that would take
  28. up a full 8 inches on a paper then, you would need to have a page size of
  29. 2400 in Width (since there's 300 dots, or pixels, per inch, 8 inches works
  30. out as, 8 x 300 = 2400 dots!).  The corresponding Height value controls how
  31. high the image will be - remember 300 dots for every inch.  Of course, the
  32. limitation to Page Size is the amount of memory you have in your system.
  33.  
  34. NOTE: In order to print your image at the printer's resolution, make sure
  35.      you select "Dots" from the Print requester and enter the height and 
  36.      width values of the image as values for the requester. Also adjust
  37.      the density setting for graphics printing from Workbench Preferences.
  38.      (See your AmigaDOS manual.)
  39.  
  40.      SEE -> `Print Picture` for additional details on printing.
  41.  
  42. FULL PAGE allows you to create an image with the same aspect ratio as a
  43.      a standard printed page (8.5" x 11").
  44.  
  45. OVERSCAN allows you to create an image which will fill the entire screen so
  46.      that there are no visible borders when the image is output as a video
  47.      signal.  The three options:  Standard, Full- Page, and Overscan, have
  48.      preset values according to the current screen resolution.  Other
  49.      values can be specified by typing directly into the Width or Height
  50.      edit fields.
  51.  
  52.      NOTE: You must also select an overscan setting, either Standard or Max
  53.            Overscan, from the `Screen Format` requester in order to display
  54.            an image in overscan. Otherwise you will just have an overscan 
  55.            sized page displayed within a standard screen. For minimal 
  56.            memory systems, editing an overscan screen within a standard
  57.            screen does not require as much memory as editing with an actual
  58.            overscan display. 
  59.  
  60. Page Scrolling
  61.  
  62. You can move around to different areas of an oversized page by using the
  63. cursor keys or the 'n' (centering) key.
  64.  
  65. SEE ALSO -> `Show Page`
  66.  
  67.